3.2.15 \(\int \frac {x \sinh ^{-1}(a x)}{\sqrt {1+a^2 x^2}} \, dx\) [115]

Optimal. Leaf size=28 \[ -\frac {x}{a}+\frac {\sqrt {1+a^2 x^2} \sinh ^{-1}(a x)}{a^2} \]

[Out]

-x/a+arcsinh(a*x)*(a^2*x^2+1)^(1/2)/a^2

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {5798, 8} \begin {gather*} \frac {\sqrt {a^2 x^2+1} \sinh ^{-1}(a x)}{a^2}-\frac {x}{a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x*ArcSinh[a*x])/Sqrt[1 + a^2*x^2],x]

[Out]

-(x/a) + (Sqrt[1 + a^2*x^2]*ArcSinh[a*x])/a^2

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 5798

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[(d + e*x^2)^
(p + 1)*((a + b*ArcSinh[c*x])^n/(2*e*(p + 1))), x] - Dist[b*(n/(2*c*(p + 1)))*Simp[(d + e*x^2)^p/(1 + c^2*x^2)
^p], Int[(1 + c^2*x^2)^(p + 1/2)*(a + b*ArcSinh[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[e
, c^2*d] && GtQ[n, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {x \sinh ^{-1}(a x)}{\sqrt {1+a^2 x^2}} \, dx &=\frac {\sqrt {1+a^2 x^2} \sinh ^{-1}(a x)}{a^2}-\frac {\int 1 \, dx}{a}\\ &=-\frac {x}{a}+\frac {\sqrt {1+a^2 x^2} \sinh ^{-1}(a x)}{a^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 28, normalized size = 1.00 \begin {gather*} -\frac {x}{a}+\frac {\sqrt {1+a^2 x^2} \sinh ^{-1}(a x)}{a^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x*ArcSinh[a*x])/Sqrt[1 + a^2*x^2],x]

[Out]

-(x/a) + (Sqrt[1 + a^2*x^2]*ArcSinh[a*x])/a^2

________________________________________________________________________________________

Maple [A]
time = 2.42, size = 47, normalized size = 1.68

method result size
default \(\frac {\arcsinh \left (a x \right ) a^{2} x^{2}+\arcsinh \left (a x \right )-a x \sqrt {a^{2} x^{2}+1}}{a^{2} \sqrt {a^{2} x^{2}+1}}\) \(47\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*arcsinh(a*x)/(a^2*x^2+1)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/a^2/(a^2*x^2+1)^(1/2)*(arcsinh(a*x)*a^2*x^2+arcsinh(a*x)-a*x*(a^2*x^2+1)^(1/2))

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 26, normalized size = 0.93 \begin {gather*} -\frac {x}{a} + \frac {\sqrt {a^{2} x^{2} + 1} \operatorname {arsinh}\left (a x\right )}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arcsinh(a*x)/(a^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

-x/a + sqrt(a^2*x^2 + 1)*arcsinh(a*x)/a^2

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 38, normalized size = 1.36 \begin {gather*} -\frac {a x - \sqrt {a^{2} x^{2} + 1} \log \left (a x + \sqrt {a^{2} x^{2} + 1}\right )}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arcsinh(a*x)/(a^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

-(a*x - sqrt(a^2*x^2 + 1)*log(a*x + sqrt(a^2*x^2 + 1)))/a^2

________________________________________________________________________________________

Sympy [A]
time = 0.21, size = 24, normalized size = 0.86 \begin {gather*} \begin {cases} - \frac {x}{a} + \frac {\sqrt {a^{2} x^{2} + 1} \operatorname {asinh}{\left (a x \right )}}{a^{2}} & \text {for}\: a \neq 0 \\0 & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*asinh(a*x)/(a**2*x**2+1)**(1/2),x)

[Out]

Piecewise((-x/a + sqrt(a**2*x**2 + 1)*asinh(a*x)/a**2, Ne(a, 0)), (0, True))

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 38, normalized size = 1.36 \begin {gather*} -\frac {x}{a} + \frac {\sqrt {a^{2} x^{2} + 1} \log \left (a x + \sqrt {a^{2} x^{2} + 1}\right )}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arcsinh(a*x)/(a^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

-x/a + sqrt(a^2*x^2 + 1)*log(a*x + sqrt(a^2*x^2 + 1))/a^2

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {x\,\mathrm {asinh}\left (a\,x\right )}{\sqrt {a^2\,x^2+1}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x*asinh(a*x))/(a^2*x^2 + 1)^(1/2),x)

[Out]

int((x*asinh(a*x))/(a^2*x^2 + 1)^(1/2), x)

________________________________________________________________________________________